home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / uuepro / uuepro.doc.eng < prev    next >
Text File  |  1999-05-25  |  4KB  |  108 lines

  1.  
  2.  uuepro software package contains two programs:
  3.  
  4.  uuepro.spot - ARexx script for using with Spot 1.3 fidonet package
  5.  uuepro - independent program, used in this script.  It may be used
  6.           for any other mail packages, fidonet- or internet-based.
  7.  
  8.  
  9. installation
  10.  
  11. - copy uuepro to c:
  12. - copy uuepro.spot to Spot/Rexx/
  13. - add uuepro.spot to Spot ARexx menu
  14.   ("Output" field must contain "NIL:")
  15. - remove "table" keyword from second script line,
  16.   or select your own character table file
  17.  
  18.  
  19. requirements
  20.  
  21. - OS 2.x
  22. - any CPU
  23. - 30kb free RAM for 15kb sections
  24. - registered Spot 1.3 for ARexx script
  25.  
  26.  
  27. features
  28.  
  29. - ultrafast, hand coded asm, highly optimized uuencode algorythm:
  30.   fastest 68k uuencode, more than 8 times faster than famous UUxT
  31. - 68020+ will be automatically detected and utilized
  32. - full compatibility with 1BM PC uuencoders, popular in fidonet
  33. - full source code included
  34. - freeware & public domain, usage without any restrictions
  35. - optional section header
  36. - optional section and file checksum
  37. - optional line checksum (last character)
  38. - file sending to echoarea or by netmail to author of letter
  39. - selection of values for file sending:
  40.   - number of sections
  41.   - number of lines per section
  42.   - message size limit
  43. - ability to send parts of file (from X to Y section)
  44. - unique MSGID guaranteed in every letter - your files never be killed by
  45.   dupe-checkers
  46. - progress-bar during script works
  47. - abort script at any time (Stop gadget)
  48. - abort program at any time (break, Ctrl+C)
  49. - script displays estimated time to end of posting
  50. - spaces in file name are allowed (will be replaced by "_" automatically)
  51. - ability to rename file before sending
  52. - file header in zero section - name, size, date and time, comment or URL,
  53.   number of sections, section, message and total uuencode size
  54. - adding .readme file to zero section if this file exists
  55. - automatic XPK unpacking of .readme if XPK installed
  56.  
  57.  
  58. history
  59.  
  60. - 3.9
  61.   fixed bug:  empty source file was not UnLock()ed
  62.               (thanx to Igor Goldenberg for bug report)
  63.   workaround: uuepro did not work with AsimCDFS 3.8
  64.               (this filesystem does not handle ACTION_FH_FROM_LOCK packet)
  65. - 3.8
  66.   first Aminet release
  67.  
  68.  
  69. script usage
  70.  
  71. - invoke script from Spot ARexx menu
  72. - select echoarea if needed
  73. - answer to Reply/Post question if needed
  74. - select file
  75. - change lines/sections/bytes values
  76. - change sending sections or file name
  77. - edit zero section
  78. - press Stop if needed :-)
  79.  
  80.   If you don't want to send zero section, remove firstnum='' from the
  81.   begin of included script.
  82.  
  83.  
  84. c:uuepro usage
  85.  
  86.       FROM - source file
  87.         TO - destination file
  88.       NAME - file name that will be inserted in uuencode
  89.     HEADER - string after "section..." header
  90.              If HEADER not specified, "section..." will not be inserted
  91.      LINES - lines per section  \
  92.   SECTIONS - number of sections  | Only one may be selected
  93.      BYTES - section size limit /
  94.    SECTION - number of generated section.  Required if you need 2 or more
  95.              sections.  Every uuepro call generates one section
  96.      MSDOS - convert file name to MS-DOS 8+3 format
  97.   CHECKSUM - calculate checksum for sections and file
  98.    LINESUM - calculate line checksum (one character per line)
  99.   FILETIME - insert file creation date and time in first section
  100. TESTVALUES - service mode for script
  101.      QUIET - disable console output
  102.  
  103.  
  104.                          © 1999 RDC SOFTWARE
  105.  
  106.                         mailto:rdc@cch.pmc.ru
  107.                         http://rdc.cch.pmc.ru
  108.